projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75ce6df
)
Add features for docs.rs build
author
Felix Krull
<f_krull@gmx.de>
Wed, 28 Aug 2019 20:15:52 +0000
(22:15 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000
(12:53 -0400)
rust-bindings/rust/Cargo.toml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/Cargo.toml
b/rust-bindings/rust/Cargo.toml
index 6f251a01edd84005ac679143f8c247a88fd0a7e5..6576e3f09afe29748113aace457548e9460d22ca 100644
(file)
--- a/
rust-bindings/rust/Cargo.toml
+++ b/
rust-bindings/rust/Cargo.toml
@@
-77,3
+77,6
@@
v2018_6 = ["v2018_5", "ostree-sys/v2018_6"]
v2018_7 = ["v2018_6", "ostree-sys/v2018_7"]
v2018_9 = ["v2018_7", "ostree-sys/v2018_9"]
v2019_2 = ["v2018_9", "ostree-sys/v2019_2"]
+
+["package.metadata.docs.rs"]
+features = ["dox", "futures"]